用于减少 LLM 常见编码错误的行为准则。可与项目特定指令合并使用。
权衡说明: 这些准则倾向于谨慎而非速度。对于琐碎的任务,请自行判断。
不要假设。不要隐藏困惑。呈现权衡。
| VibeCoded AI-Slop License v1.0 | |
| Copyright (c) [YEAR] [AUTHOR] | |
| This software, source code, documentation, configuration, generated artifacts, | |
| and whatever else happened to end up in this repository (collectively, the | |
| "Software") is released under the VibeCoded AI-Slop License v1.0. | |
| 1. Permission |
| name | govuk-style | |||||||
|---|---|---|---|---|---|---|---|---|
| description | Write and edit in GOV.UK / GDS house style — plain English, active voice, front-loaded content, sentence case, and no bold or italics for emphasis. Use when writing or editing reports, research write-ups, guidance, documentation, summaries, or any prose where clarity and accessibility matter. | |||||||
| user-invokable | true | |||||||
| args |
|
https://www.amazon.com/auto-deliveries/subscriptionList?shipId=mpkmmwlssrkq&ref_=mys_nav_op_D
| นี่คือตัวอย่าง Pull Request Template ที่คุณสามารถใช้เพื่อสร้าง PR โดยอ้างอิงจากข้อมูล Edge Tabs Metadata ที่คุณให้มาได้ครับ 🚀 | |
| --- | |
| 📂 pull_request.md (Example) | |
| `markdown | |
| Pull Request: Edge Tabs Metadata Integration |
A Claude Code Agent Skill built from Thorsten Ball's (Amp) playbook on David Ondrej's podcast.
"An agent has two sources of information: training data and the context window. That's it. The most important number in this equation is the information that you put in."
Most skills change what your agent does. This one changes what you do — it coaches you to prompt like a senior engineer briefing another senior engineer, and it gets quieter as you get better.
Every tool, technique, and idea from David Ondrej's interview with Thorsten Ball (Amp) — agents in orbs, the Oracle, Puck the meta-agent, the prompting playbook, and the features Amp killed on purpose.
Click here to view the Episode Pack
(It's a single self-contained HTML page — the file thorsten-episode-pack.html below. You can also download it and open it in any browser.)
A Claude Code Agent Skill built from Dex Horthy's (HumanLayer) playbook on David Ondrej's podcast.
"Once the model has written thousands of lines of code, it is harder to change. The sessions that generate design docs are context-light — you get the most model intelligence when you do the hard thinking early."
By default, agents build horizontally: all the backend, then all the frontend, then a 2,000-line diff lands in your lap and reviewing it is your problem. This skill flips that. Every decision that matters gets made before the code exists — where changing your mind costs a sentence, not a rewrite.